gtk4.git
2012-01-09 Benjamin Ottewin32: Export _gtk_win32_lookup_htheme_by_classname()
2012-01-09 Benjamin Ottecssimage: Improve new_parse() to select right image...
2012-01-09 Benjamin Ottecss: Add _gtk_css_parser_has_prefix()
2012-01-09 Benjamin Ottecss: Add image implementation for urls
2012-01-09 Benjamin Ottecss: Add GtkCssImage class
2012-01-09 Benjamin Ottestyle: Remove GtkStylePropertyContext again
2012-01-09 Benjamin Ottestyleproperty: Remove context arg from _gtk_style_conte...
2012-01-09 Benjamin Ottestylecontext: Remove GtkStylePropertyContext from pack...
2012-01-09 Benjamin Ottestyleproperty: Add compute_value vfunc
2012-01-09 Benjamin Ottestyleproperty: Move parse/print vfuncs to GtkCssStylePr...
2012-01-09 Benjamin Ottestyleproperty: Add a compute vfunc
2012-01-09 Benjamin Ottetests: Add test for 'initial' and 'inherit' on shorthands
2012-01-09 Benjamin Ottecss: Redo value resolving
2012-01-09 Benjamin Ottegradient: Allow resolving with contexts
2012-01-09 Benjamin Ottestylecontext: Export _gtk_style_context_resolve_color()
2012-01-09 Benjamin Ottecss: Pass the real context to the CSS lookup
2012-01-09 Benjamin Ottestyleproperty: Move pspec to GtkCssCustomProperty
2012-01-09 Benjamin Ottestyleproperty: Move property_parse_func member
2012-01-09 Benjamin Ottestyleproperty: Add custom parser for custom properties
2012-01-09 Benjamin Ottestyleproperty: Stop using pspecs
2012-01-09 Benjamin Ottestyleproperties: Don't validate values anymore
2012-01-09 Benjamin Ottestyleproperty: Don't use gtk_style_properties_register_...
2012-01-09 Benjamin Ottestyleproperty: Make the register functin take varargs
2012-01-09 Benjamin Ottestyleproperty: Don't register a property parse func
2012-01-09 Benjamin Ottestyleproperty: Move implementations to separate file
2012-01-09 Benjamin Ottestyleproperty: Let parse_value() initialize the value
2012-01-09 Benjamin Ottestyleproperty: Move parse func
2012-01-09 Benjamin Otteshorthand: Remove old parse func support
2012-01-09 Benjamin Otteshorthand: Do font parsing the new way
2012-01-09 Benjamin Otteshorthand: Update border-image parsing
2012-01-09 Benjamin Otteshorthand: Initialize unparsed values
2012-01-09 Benjamin Otteshorthand: Move border-color to new parsing code
2012-01-09 Benjamin Otteshorthand: Move border radius parsing to new parsing...
2012-01-09 Benjamin Ottethemingengine: Don't use GtkBorderRadius struct
2012-01-09 Benjamin Ottestyleproperty: Set a default value for border-*-radius
2012-01-09 Benjamin Otteroundedbox: Use GtkCssBorderCornerRadius type
2012-01-09 Benjamin Otteshorthand: Implement border parsing with new parse...
2012-01-09 Benjamin Otteshorthand: Allow registering a new parse func
2012-01-09 Benjamin Ottestyleproperty: Remove _gtk_style_property_unpack()
2012-01-09 Benjamin Otteshorthand: Redo shorthand value parsing
2012-01-09 Benjamin Ottestyleproperty: Make parse_value() a vfunc
2012-01-09 Benjamin Ottestyleproperty: Move pspec to GtkCssStyleProperty
2012-01-09 Benjamin Ottecss: Use _gtk_style_property_get_value_type() where...
2012-01-09 Benjamin Ottestyleproperty: require property in _gtk_style_property_...
2012-01-09 Benjamin Ottecss: Feed sections to CSS lookup code
2012-01-09 Benjamin Ottestyleproperty: Make query() and assign() vfuncs
2012-01-09 Benjamin Ottestyleproperty: Move value printing to real properties
2012-01-09 Benjamin Ottecss: Split generic parse/print functions out
2012-01-09 Benjamin Ottecss: 'transparent' is a valid color everywhere
2012-01-09 Benjamin Ottecss: No longer expose internal properties
2012-01-09 Benjamin Ottecss: Handle custom properties in a custom object
2012-01-09 Benjamin Otteshorthand: Remove a bunch of unused functionality
2012-01-09 Benjamin Ottestyleproperties: Implement unsetting directly
2012-01-09 Benjamin Ottestyleproperty: Move member variables
2012-01-09 Benjamin Otteshorthand: shorthands can't be inherited
2012-01-09 Benjamin Ottecss: Move a bunch of functions
2012-01-09 Benjamin Ottestyleproperty: Move id handling
2012-01-09 Benjamin Ottestyleproperty: Add gtk_style_property_assign()
2012-01-09 Benjamin Ottestyleproperties: Use _gtk_style_property_get_value_type()
2012-01-09 Benjamin Ottestyleproperty: Add GtkStyleProperty::value-type
2012-01-09 Benjamin Ottestyleproperty: Use _gtk_style_property_get_name()
2012-01-09 Benjamin Otteshorthand: Add a property for all subproperties
2012-01-09 Benjamin Ottestyleproperty: unconstify
2012-01-09 Benjamin Ottestyleproperty: Remove unuse args from register()
2012-01-09 Benjamin Ottestyleproperty: Add custom registration func for shorthands
2012-01-09 Benjamin Ottestyleproperty: Move shorthand declarations to new file
2012-01-09 Benjamin Ottestyleproperty: border image is not a generic conversion...
2012-01-09 Benjamin Ottestyleproperty: Add a name property
2012-01-09 Benjamin Ottestyleproperty: Get rid of _gtk_style_property_is_shorth...
2012-01-09 Benjamin Ottestyleproperty: Split into shorthand and real style...
2012-01-09 Benjamin Ottetests: Quit widget-factory when someone presses quit
2012-01-09 Benjamin Ottestyleproperty: Make this an object
2012-01-09 Benjamin Ottestyleproperty: Add _gtk_style_property_query()
2012-01-09 Benjamin Ottestyleproperties: Add _gtk_style_properties_peek_property()
2012-01-09 Benjamin Ottestyleproperties: Remove unused function from private...
2012-01-09 Benjamin Ottetests: Add a test for 'none'
2012-01-09 Benjamin Ottecss: 'none' is not a value background-repeat
2012-01-09 Benjamin Ottecss: Remove generic 'none' handling
2012-01-09 Benjamin Ottewin32: Fix CSS for 'none' value going away
2012-01-09 Benjamin Ottestyleproperty: Add custom 'none' handling
2012-01-09 Benjamin Ottereftests: Add a test comparing inherit and initial
2012-01-09 Benjamin Ottereftests: Add a test for a parent in a different state
2012-01-09 Benjamin Ottetests: Add tests for 'inherit' and 'initial'
2012-01-09 Benjamin Ottecss: Add generic support for 'inherit' and 'initial'
2012-01-09 Benjamin Ottecss: Change prototype of _gtk_css_selector_matches()
2012-01-09 Benjamin Ottecssprovider: Remove has_inherit flag from rulesets
2012-01-09 Benjamin Ottecssprovider: Don't do inheritance anymore
2012-01-09 Benjamin Ottecss: Make CSS resolving work according to spec
2012-01-09 Benjamin Ottestyleproperty: Add _gtk_style_property_get_initial_value()
2012-01-09 Benjamin Ottecss: Pass the parent context to _gtk_css_lookup_resolve()
2012-01-09 Benjamin Ottewidget: Set parent style context
2012-01-09 Benjamin OtteAPI: Add GtkStyleContext::parent
2012-01-09 Benjamin Ottestyleproperty: Pass initial value explicitly
2012-01-09 Benjamin Ottecss: Add GtkCssSpecialValue
2012-01-09 Benjamin Ottecss: Add some docs to GtkCssLookup
2012-01-09 Benjamin Ottereftests: Add test for pseudo-class matching
2012-01-09 Benjamin Ottecss: Redo StyleProvider interface
2012-01-09 Benjamin Ottestyleproperties: Add a hacky function to redirect color...
2012-01-09 Benjamin Ottesymboliccolor: Add _gtk_symbolic_color_resolve_full()
2012-01-09 Benjamin Ottestylecontext: Separate properties by states
next